Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.GetChildren (Nuxeo Drive: Get children)

Operation id NuxeoDrive.GetChildren
Category Services
Label Nuxeo Drive: Get children
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveGetChildren
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.GetChildren",
  "label" : "Nuxeo Drive: Get children",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.GetChildren",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}